home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 September / Net75b.iso / pc / links / 00058_Script_link - Acrobat < prev   
Encoding:
Text File  |  2000-07-17  |  328 b   |  12 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open the moviepath&"software\acrobat\rs405eng.exe"
  4.   else
  5.     if the platform = "Windows,16" then
  6.       open the moviepath&"software\acrobat\ar16e301.exe"
  7.     else
  8.       open the moviepath&"software:acrobat:Acrobat Reader 4.05 Installer"
  9.     end if
  10.     end if
  11. end
  12.